-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): run commands directly #21918
feat(core): run commands directly #21918
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 754ddf0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
8470a6f
to
2202894
Compare
2202894
to
579f669
Compare
579f669
to
55c4e36
Compare
55c4e36
to
65d9841
Compare
65d9841
to
192fe8f
Compare
192fe8f
to
a84fec3
Compare
a84fec3
to
c2ec654
Compare
c2ec654
to
eb6a1eb
Compare
eb6a1eb
to
b4f82fb
Compare
b4f82fb
to
2afcb4a
Compare
2afcb4a
to
10e906b
Compare
10e906b
to
2a50a8c
Compare
2a50a8c
to
208f165
Compare
208f165
to
ba43924
Compare
6eb387d
to
cccf921
Compare
cccf921
to
66873a8
Compare
66873a8
to
9b8e52d
Compare
9b8e52d
to
537c637
Compare
537c637
to
07babc7
Compare
07babc7
to
ab2318b
Compare
7c06e84
to
42c3617
Compare
); | ||
if (targetConfiguration.executor === 'nx:run-commands' && !shouldPrefix) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an environment variable to opt out for now, NX_RUN_COMMANDS_DIRECTLY !== 'false'
We'll remove it once we're sure it works.
42c3617
to
b6b64ea
Compare
b6b64ea
to
754ddf0
Compare
update the pr and address the request
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #